home *** CD-ROM | disk | FTP | other *** search
- #!/usr/bin/perl5
-
- print <<EndOfFile;
- Content-type: text/html
-
- <FORM>
- <H2>Netscape Admin Server</H2>
- <P>
- The Netscape Admin Server web site is protected by two forms
- of access control. First, a client is required to have a
- valid username/password pair. The list of current valid usernames
- is given under "Allowed users". Users accounts may be created,
- edited or deleted.
- </P>
- <P>
- Second, a clients
- host IP address or hostname must appear in the list of "Allowed
- clients". The editable list can contain hostnames and IP addresses.
- The star "*" character may be used as a wildcard for allowing entire
- subnets. For example, 204.1.1.* would allow all clients from the
- class C subnet 204.1.1 access.
- </P>
- <P>
- </P>
- <CENTER>
- <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
- </CENTER>
- </FORM>
- EndOfFile
-